home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Linux / Kubuntu 8.10 / kubuntu-8.10-desktop-i386.iso / casper / filesystem.squashfs / usr / src / linux-headers-2.6.27-7 / ipc / Makefile
Encoding:
Makefile  |  2008-10-09  |  335 b   |  12 lines

  1. #
  2. # Makefile for the linux ipc.
  3. #
  4.  
  5. obj-$(CONFIG_SYSVIPC_COMPAT) += compat.o
  6. obj-$(CONFIG_SYSVIPC) += util.o msgutil.o msg.o sem.o shm.o ipcns_notifier.o
  7. obj-$(CONFIG_SYSVIPC_SYSCTL) += ipc_sysctl.o
  8. obj_mq-$(CONFIG_COMPAT) += compat_mq.o
  9. obj-$(CONFIG_POSIX_MQUEUE) += mqueue.o msgutil.o $(obj_mq-y)
  10. obj-$(CONFIG_IPC_NS) += namespace.o
  11.  
  12.